home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / compress / tar321__.zip / READ.ME < prev    next >
Text File  |  1997-03-30  |  2KB  |  57 lines

  1. This program is copyrighted matherial and distributed free of
  2. charge. Namely:
  3.  
  4.  - you are invited to spread it as wide as possible under
  5.    condition that full and unmodified package is distributed;
  6.  
  7.  - source texts are supplied to you for you can build executable
  8.    code on UNIX machine or modify them for you own usage;
  9.  
  10.  - it is not allowed to use program and/or sources for commercial
  11.    purposes witout expressed permittion of the author.
  12.  
  13. This software is distributed in the hope that it will be useful,
  14. but without any warranty; without even the implied warranty of
  15. merchantability or fitness for a particular purpose.
  16.  
  17. Tar is a tool to save files to archive media and restore them back
  18. again. Despite of its name, the program handles many media types,
  19. be it a floppy disk or regular file.
  20.  
  21. The program was initially written for UNIX operating system, but
  22. since many other OS support its format, tar became a useful tool
  23. for information exchange between different platforms.
  24.  
  25. There was number of tar implementations. What are the reasons to
  26. field another one?
  27.  
  28. Distinguishable features of the given program are:
  29.  - it process in a uniform way under both MS-DOS and UNIX clones;
  30.  - it does read/write UNIX-compatible floppies and quarter-inch
  31.    streamer cartriges under DOS;
  32.  - it supports unusual floppy formats: 80-tracks-by-9-sectors and
  33.    DEC Rainbow (under DOS);
  34.  - it supplies data compression option under both DOS and UNIX;
  35.  - it allows to read System V and/or GNU multivolume archives
  36.    under DOS and all UNIX clones;
  37.  - it includes option to restore damaged archives and plenty of
  38.    other useful options.
  39.  
  40. You can read detailed description in 'tar.txt' file.
  41.  
  42. Source codes performing 'deflate' compression are derived from
  43. Info-Zip 'zip' 2.01 distribution copyrighted by Mark Adler,
  44. Richard B. Wales, Jean-loup Gailly, Kai Uwe Rommel, Igor
  45. Mandrichenko and John Bush.
  46.  
  47. Info-ZIP's software (Zip, UnZip and related utilities) is free and
  48. can be obtained as source code or executables from various
  49. anonymous-ftp sites, including ftp.uu.net:/pub/archiving/zip/*.
  50.  
  51. Source code for LZW (de)compression was derived from well-known
  52. 'compress' program sources initially written by Joe Orost.
  53. Please take into account that LZW algoriphm is protected by
  54. patent law in US and some other countries.
  55.  
  56. To contact the author please E-mail to tim@cronyx.ru
  57.